home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / vz10.zip / VZ.DOC < prev    next >
Text File  |  1989-03-11  |  4KB  |  128 lines

  1.  
  2.                           VZ 1.0 by Bill Hay
  3.                 A Zipfile Viewer Supporting ANSI Color
  4.                             March 11, 1989
  5.  
  6.  
  7.  Table of Contents:
  8.  
  9.     I  -  Contents
  10.    II  -  Main Features
  11.   III  -  Requirements
  12.    IV  -  Command Line Options
  13.     V  -  Redirection
  14.    VI  -  Comments
  15.   VII  -  Acknowledgements
  16.  VIII  -  Disclaimer
  17.  
  18.  
  19.  I. Contents
  20.  
  21.    VZ10.ZIP should include the following two files:
  22.  
  23.    VZ.EXE - The VZ (View Zip) Utility
  24.    VZ.DOC - This documentatiom
  25.  
  26.  II. Main Features
  27.  
  28.    1. Displays contents of Zipfiles (Files ending in .ZIP).
  29.  
  30.    2. Uses ANSI to show things in color, so ideal for local
  31.       or remote use. (For remote, excellent with the Gateway
  32.       utility by Hans D. Kellner).
  33.  
  34.    3. Allows the redirection of output to a text file, or
  35.       to a device such as the printer. (The ANSI codes can
  36.       be kept or removed).
  37.  
  38.  III. Requirements
  39.  
  40.    VZ requires the use of ANSI.SYS which comes with DOS. If
  41.    you don't already have ANSI.SYS loaded, do the following:
  42.  
  43.        1. Put ANSI.SYS in the root directory of the
  44.           disk that you boot up your computer with.
  45.        2. Add this to a text file called CONFIG.SYS
  46.           that resides in the root directory of the
  47.           boot disk: DEVICE=ANSI.SYS
  48.        3. Reboot the system, and ANSI will now be
  49.           enabled for future use.
  50.  
  51.    As long as ANSI.SYS is loaded, VZ will work with both color
  52.    and monochrome monitors.
  53.  
  54.  IV. Command Line Options
  55.  
  56.    You can view the command line syntax by simply typing "VZ".
  57.    When VZ is executed without any parameters, it displays a
  58.    help screen.
  59.  
  60.    The basic syntax is:  VZ FILENAME.ZIP
  61.  
  62.    The .ZIP extension is assumed, so you can take a shortcut
  63.    and simply type:  VZ FILENAME
  64.  
  65.    DOS wild cards (* and ?) are also acceptable, as well as
  66.    directory notation.  VZ C:\DIRNAME\*.*  would list the
  67.    contents of all the files ending in .ZIP that reside in
  68.    the directory C:\DIRNAME .
  69.  
  70.  V. Redirection
  71.  
  72.    If you redirect output using VZ's routines, then the ANSI color
  73.    characters will be stripped out prior to the redirection.
  74.  
  75.    If you redirect output using DOS (with the '>' symbol) then the
  76.    ANSI characters will be kept.
  77.  
  78.    Examples:
  79.  
  80.     1.  VZ FILENAME.ZIP OUT.TXT
  81.  
  82.         Will place a list of the contents of FILENAME.ZIP into a
  83.         file called OUT.TXT . ANSI characters will not be placed
  84.         in OUT.TXT .
  85.  
  86.     2.  VZ FILENAME.ZIP > OUT.TXT
  87.  
  88.         Will redirect all output, including ANSI characters, to
  89.         the file OUT.TXT .
  90.  
  91.     3.  VZ FILENAME.ZIP LPT1
  92.  
  93.         Output the list of the contents of FILENAME.ZIP to the
  94.         printer, without sending the ANSI characters. Any valid
  95.         DOS device can be put in place of LPT1.
  96.  
  97.  VI. Comments
  98.  
  99.    If you find VZ of use to you, a contribution of $5 would be
  100.    appreciated. All proceeds will be used to support my BBS, and
  101.    to register user-supported software. The author can be reached
  102.    through the mail, or by calling his BBS:
  103.  
  104.         Bill Hay
  105.         5284 Fairfield Blvd.
  106.         Virginia Beach, VA 23464
  107.  
  108.         The Teletech BBS (804)671-8755
  109.  
  110.  
  111.  VII. Acknowledgements
  112.  
  113.    I would like to thank Phil Katz for writing the PKZIP/PKUNZIP
  114.    utilities, and for releasing information regarding the structure
  115.    of Zipfiles. The number for his PKWARE BBS is (414)352-7176.
  116.  
  117.  
  118.  VIII. Disclaimer
  119.  
  120.    VZ works fine for me, but there is no guarantee it will work
  121.    fine for you. The author will not be held responsible for any
  122.    damage that VZ might cause your system.
  123.  
  124.  
  125.    Bill Hay
  126.    March 11, 1989
  127.  
  128.